| Visual Basic (Declaration) | |
|---|---|
Public Sub InstrumentSubscribed( _ ByVal cqg_symbol As String, _ ByVal cqg_instrument As CQGInstrument _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As OPO_AlgorithmicOrder Dim cqg_symbol As String Dim cqg_instrument As CQGInstrument instance.InstrumentSubscribed(cqg_symbol, cqg_instrument) | |
| C# | |
|---|---|
public void InstrumentSubscribed( string cqg_symbol, CQGInstrument cqg_instrument ) | |
| C++/CLI | |
|---|---|
public: void InstrumentSubscribed( String^ cqg_symbol, CQGInstrument^ cqg_instrument ) | |
Parameters
- cqg_symbol
- The commodity symbol that was requested
- cqg_instrument
- Subscribed CQGInstrument object